Add generate kwargs to AutomaticSpeechRecognitionPipeline#20952
Merged
sgugger merged 2 commits intohuggingface:mainfrom Dec 31, 2022
Merged
Add generate kwargs to AutomaticSpeechRecognitionPipeline#20952sgugger merged 2 commits intohuggingface:mainfrom
AutomaticSpeechRecognitionPipeline#20952sgugger merged 2 commits intohuggingface:mainfrom
Conversation
5 tasks
|
The documentation is not available anymore as the PR was closed or merged. |
Contributor
|
Thanks for this modificaiton. @sgugger for final review |
sgugger
approved these changes
Dec 31, 2022
Collaborator
sgugger
left a comment
There was a problem hiding this comment.
Thanks for your contribution!
wonhyeongseo
pushed a commit
to wonhyeongseo/transformers
that referenced
this pull request
Dec 31, 2022
…ace#20952) * Add generate kwargs to AutomaticSpeechRecognitionPipeline * Add test for generation kwargs
silverriver
pushed a commit
to silverriver/transformers
that referenced
this pull request
Jan 6, 2023
…ace#20952) * Add generate kwargs to AutomaticSpeechRecognitionPipeline * Add test for generation kwargs
silverriver
pushed a commit
to silverriver/transformers
that referenced
this pull request
Jan 6, 2023
…ace#20952) * Add generate kwargs to AutomaticSpeechRecognitionPipeline * Add test for generation kwargs
amyeroberts
pushed a commit
to amyeroberts/transformers
that referenced
this pull request
Jan 23, 2023
…ace#20952) * Add generate kwargs to AutomaticSpeechRecognitionPipeline * Add test for generation kwargs
amyeroberts
added a commit
that referenced
this pull request
Jan 23, 2023
…20768) * Update imports and test fetcher * Revert but keep test fetcher update * Fix imports * Fix all imports * Replace fe with ip names * Add generate kwargs to `AutomaticSpeechRecognitionPipeline` (#20952) * Add generate kwargs to AutomaticSpeechRecognitionPipeline * Add test for generation kwargs * Update image processor parameters if creating with kwargs (#20866) * Update parameters if creating with kwargs * Shallow copy to prevent mutating input * Pass all args in constructor dict - warnings in init * Fix typo * Rename tester class * Rebase and tidy up * Fixup * Use ImageProcessingSavingTestMixin * Update property ref in tests * Update property ref in tests * Update recently merged in models * Small fix Co-authored-by: bofeng huang <bofenghuang7@gmail.com>
amyeroberts
pushed a commit
to amyeroberts/transformers
that referenced
this pull request
Jan 26, 2023
…ace#20952) * Add generate kwargs to AutomaticSpeechRecognitionPipeline * Add test for generation kwargs
amyeroberts
added a commit
that referenced
this pull request
Feb 1, 2023
* TF image classification script * Update requirements * Fix up * Add tests * Update test fetcher Co-authored-by: Sylvain Gugger <35901082+sgugger@users.noreply.github.com> * Fix directory path * Adding `zero-shot-object-detection` pipeline doctest. (#20274) * Adding `zero-shot-object-detection` pipeline doctest. * Remove nested_simplify. * Add generate kwargs to `AutomaticSpeechRecognitionPipeline` (#20952) * Add generate kwargs to AutomaticSpeechRecognitionPipeline * Add test for generation kwargs * Trigger CI * Data collator returns np * Update feature extractor -> image processor * Bug fixes - updates to reflect changes in API * Update flags to match PT & run faster * Update instructions - Maria's comment * Update examples/tensorflow/image-classification/README.md * Remove slow decorator --------- Co-authored-by: Nicolas Patry <patry.nicolas@protonmail.com> Co-authored-by: bofeng huang <bofenghuang7@gmail.com> Co-authored-by: Sylvain Gugger <Sylvain.gugger@gmail.com>
RituAddepalli
pushed a commit
to RituAddepalli/transformers
that referenced
this pull request
Dec 8, 2025
…ace#20952) * Add generate kwargs to AutomaticSpeechRecognitionPipeline * Add test for generation kwargs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Hi @Narsil 👋,
This is the new PR of #20935, as the commit history in the old one is messed up
Before submitting
Pull Request section?
to it if that's the case.
documentation guidelines, and
here are tips on formatting docstrings.
Who can review?
Anyone in the community is free to review the PR once the tests have passed. Feel free to tag
members/contributors who may be interested in your PR.